home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / bumpcopter2.swf / scripts / frame_55 / PlaceObject2_655_13 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2006-06-13  |  121 b   |  8 lines

  1. onClipEvent(enterFrame){
  2.    if(this._x <= -20)
  3.    {
  4.       this._x = 740;
  5.    }
  6.    this._x -= _root.AC_moveSpeed;
  7. }
  8.